home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / sos3-2.lha / src / psm / psm_err.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-01-23  |  2.2 KB  |  58 lines

  1. /* --------------------------------------------------------------------------
  2.  * Copyright 1992 by Forschungszentrum Informatik (FZI)
  3.  *
  4.  * You can use and distribute this software under the terms of the licence
  5.  * you should have received along with this program.
  6.  * If not or if you want additional information, write to
  7.  * Forschungszentrum Informatik, "STONE", Haid-und-Neu-Strasse 10-14,
  8.  * D-7500 Karlsruhe 1, Germany.
  9.  * --------------------------------------------------------------------------
  10.  */
  11. #ifndef ERRPSMH
  12. #define ERRPSMH 1
  13.  
  14. #include "err.h"
  15.  
  16. extern const err_msg err_PSM_ACCESS_ON_TEMP;
  17. extern const err_msg err_PSM_ADD_WITH_TEMP;
  18. extern const err_msg err_PSM_ALLOC_NULL_BYTES;
  19. extern const err_msg err_PSM_CLEAR_ON_TEMP;
  20. extern const err_msg err_PSM_CLOSE_ON_TEMP;
  21. extern const err_msg err_PSM_COMMIT_ON_TEMP;
  22. extern const err_msg err_PSM_CONTAINER_TABLE_FULL;
  23. extern const err_msg err_PSM_CREATE_FAILED;
  24. extern const err_msg err_PSM_DEALLOC_NULL_BYTES;
  25. extern const err_msg err_PSM_DEALLOCATE_WRONG_OFFSET;
  26. extern const err_msg err_PSM_DESTROY_ON_TEMP;
  27. extern const err_msg err_PSM_DESTROY_DURING_CHECKOUT;
  28. extern const err_msg err_PSM_DESTROYED_CONTAINER;
  29. extern const err_msg err_PSM_EMPTY_ON_TEMP;
  30. extern const err_msg err_PSM_EXISTS;
  31. extern const err_msg err_PSM_FREELIST_CHECK_FAILED;
  32. extern const err_msg err_PSM_INVALID_CURSOR;
  33. extern const err_msg err_PSM_LOST_ALL_LOCKS;
  34. extern const err_msg err_PSM_MODIFIED_ON_TEMP;
  35. extern const err_msg err_PSM_NO_ACCESS;
  36. extern const err_msg err_PSM_NONWRITEABLE_CONTAINER;
  37. extern const err_msg err_PSM_OPEN_ON_TEMP;
  38. extern const err_msg err_PSM_OPEN_TWICE;
  39. extern const err_msg err_PSM_PATH_TOO_LONG;
  40. extern const err_msg err_PSM_RESET_ON_TEMP;
  41. extern const err_msg err_PSM_STATUS_ON_TEMP;
  42. extern const err_msg err_PSM_TEMP_FULL;
  43. extern const err_msg err_PSM_UNOPENED_CONTAINER;
  44. extern const err_msg err_PSM_WRITEPAGE;
  45. extern const err_msg err_PSM_WRONG_OFFSET;
  46. extern const err_msg err_PSM_WRONG_OFFSET_IN_OBJ_EXIST;
  47.  
  48. extern const err_msg err_CNT_USAGE;
  49. extern const err_msg err_CNT_OPEN_FAILED;
  50. extern const err_msg err_CNT_CONTAINER_BUSY;
  51.  
  52. extern const err_msg err_NO_CONTAINER_PATH;
  53.  
  54. extern const err_msg err_MON_SERVER_CONNECTION_FAILED;
  55. extern const err_msg err_MON_PIXMAP_CREATION_FAILED;
  56.  
  57. #endif
  58.